crypto/x509.policyGraphNode.children (field)

8 uses

	crypto/x509 (current package)
		verify.go#L1049: 	children map[*policyGraphNode]bool
		verify.go#L1056: 		children:          map[*policyGraphNode]bool{},
		verify.go#L1060: 		p.children[n] = true
		verify.go#L1079: 		children:          map[*policyGraphNode]bool{},
		verify.go#L1127: 		delete(p.children, n)
		verify.go#L1129: 	for c := range n.children {
		verify.go#L1158: 			if len(n.children) == 0 {
		verify.go#L1160: 					delete(p.children, n)